| CFCHARTDATA | |
| Description | |
| Used with the cfchart and cfchartseries tags. This tag defines chart data points. Its data is submitted to the cfchartseries tag. | |
| Category | |
| Data output tags, Extensibility tags | |
Syntax<cfchartdata item = "text" value = "number"> |
|
| See also | |
| cfchart, cfchartseries | |
| History | |
|
ColdFusion MX: Added this tag.
|
|
| ITEM | |
|
string; data point name |
|
| VALUE | |
|
number or expression; data point value |
|